Skip to content

ci: restore Vite+ release workflow#4

Merged
altaywtf merged 1 commit into
mainfrom
fix/restore-viteplus-release
May 8, 2026
Merged

ci: restore Vite+ release workflow#4
altaywtf merged 1 commit into
mainfrom
fix/restore-viteplus-release

Conversation

@altaywtf
Copy link
Copy Markdown
Member

@altaywtf altaywtf commented May 8, 2026

Summary

Changed

  • Restores VitePlus setup and vp commands in verify, release, and binary asset workflows
  • Keeps release writes on putio-release-bot while reducing default GITHUB_TOKEN permissions to read-only
  • Moves release/publishing detail into docs/DISTRIBUTION.md and leaves CONTRIBUTING.md as navigation

Risks

  • Release and binary jobs depend on the pinned setup-vp action SHA continuing to resolve to the expected v1 implementation

Verification

  • actionlint .github/workflows/*.yml
  • git diff --check
  • commit hook ran vp run verify successfully

Complexity

  • Reduced: workflow follows the repo VitePlus contract again

Copilot AI review requested due to automatic review settings May 8, 2026 21:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Restores the repository’s VitePlus-based CI/release contract by switching GitHub Actions workflows back to setup-vp + vp commands and tightening default GITHUB_TOKEN permissions, while moving release/distribution specifics into dedicated documentation.

Changes:

  • Replaced setup-node/Corepack/pnpm steps with voidzero-dev/setup-vp and vp install/vp run … across CI, release, and release-asset workflows.
  • Reduced workflow job permissions (notably contents) to read-only and continued using the GitHub App token for release writes/uploads.
  • Added docs/DISTRIBUTION.md and updated contributor/agent docs to link to it and use vp commands.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/DISTRIBUTION.md New distribution/release automation documentation (environment, credentials, and pipeline steps).
CONTRIBUTING.md Updates local dev commands to vp run … and points release publishing info to Distribution doc.
AGENTS.md Adds Distribution doc link and switches suggested commands from pnpm run … to vp run ….
.github/workflows/ci.yml Restores VitePlus setup/commands for verify/release/binary jobs and reduces default job token permissions.
.github/workflows/backfill-release-assets.yml Restores VitePlus setup/commands and reduces default job token permissions for asset backfill.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@altaywtf altaywtf merged commit 603cb66 into main May 8, 2026
10 checks passed
@altaywtf altaywtf deleted the fix/restore-viteplus-release branch May 8, 2026 21:57
@putio-release-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.0.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

@altaywtf altaywtf changed the title ci: restore VitePlus release workflow ci: restore Vite+ release workflow May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants